home *** CD-ROM | disk | FTP | other *** search
/ Pornodelic / Pornodelic - Disc 2.iso / pc / data / config.dir / 00039_ÅwÉ}ÉEÉXÇ™ÉXÉvÉâÉCÉgè„Ç…Ç´ÇýÇÁÉXÉvÉâÉCÉgǝéüÅXïœçXÅBÅx.ls < prev    next >
Encoding:
Text File  |  1998-03-05  |  494 b   |  15 lines

  1. on animebutton num, count
  2.   set cname to item 1 of the name of cast the castNum of sprite num
  3.   if mouseCast() = the castNum of sprite num then
  4.     if the castNum of sprite num = the number of member (cname & ",1") then
  5.       repeat with n = 2 to count
  6.         set the castNum of sprite num to the number of member (cname & "," & n)
  7.         updateStage()
  8.       end repeat
  9.     end if
  10.   else
  11.     set the castNum of sprite num to the number of member (cname & ",1")
  12.     updateStage()
  13.   end if
  14. end
  15.